home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Graphics_Utils / CyberGraphX / CyberAnim / src / math64.h < prev    next >
Encoding:
Text File  |  1998-06-24  |  334 b   |  10 lines

  1. void __asm add64 (register __a0 struct EClockVal *dst,
  2.                   register __a1 struct EClockVal *src);
  3.  
  4. void __asm sub64 (register __a0 struct EClockVal *dst,
  5.                   register __a1 struct EClockVal *src);
  6.  
  7. int __asm cmp64 (register __a0 struct EClockVal *dst,
  8.                  register __a1 struct EClockVal *src);
  9.  
  10.